/* general styles */
html {
    background-color: #785C48;
    color: #DDCFC4;
    font-family: "Glegoo", serif;
}

body{
    max-width: 820px;
    margin: auto;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.background-container {
    font-size: 200px;
    position: fixed;
    transform: translateX(-50%) translateY(-40%);
    line-height: 175px; 
    z-index: -1;
    color: #3B2D23; 
    opacity: 15%;

}

p{
    max-width: 820px;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

.PartOne, .PartTwo {
    font-size: 15px;
    line-height: 22px;
}

.PartThree {
    font-size: 25px;
    line-height: 15px;
    letter-spacing: -5%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.PartFour {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -5%;
}

/* main header */
.MainHeader {
    text-align: center;
    font-style: italic;
    margin-top: 50px;
}

/* Nav */
.Nav {
    position: sticky;
    text-align: center;
}

.Nav a {
    color: #Dcc4b4;
    text-decoration: none;
    font-size: 10px;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.Nav-list {
    list-style-type: none;
    padding: 10px;
}

.Nav-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
    border: #Dcc4b4 solid 1px;
    border-radius: 20px;
}

#home {
    background-color: #6a5444;
    border: #6a5444 solid 1px;
}